Skip to main content

All Questions

1vote
1answer
3kviews

"No such file or directory" as error for wrong architecture [duplicate]

I'm trying to run a cross compiler on my 64 bit Ubuntu. and it results in a following error: $ ./arm-none-eabi-gcc bash: ./arm-none-eabi-gcc: No such file or directory The file is here and contains ...
TheMeaningfulEngineer's user avatar

close